Thanks a lot Antoon.
On Fri, Mar 30, 2018 at 2:51 PM, Antoon Pardon wrote:
> On 30-03-18 08:16, Iranna Mathapati wrote:
> > Hi Team,
> >
> >
> > how to achieve fallowing expected output?
> >
> > str_output= """
> >
> > MOD1 memory : 2 valid1790 free
> > MOD2 me
On 30-03-18 08:16, Iranna Mathapati wrote:
> Hi Team,
>
>
> how to achieve fallowing expected output?
>
> str_output= """
>
> MOD1 memory : 2 valid1790 free
> MOD2 memory : 128 valid 128 free
> UDP Aware *MEMR*
On 30Mar2018 11:46, Iranna Mathapati wrote:
how to achieve fallowing expected output?
str_output= """
MOD1 memory : 2 valid1790 free
MOD2 memory : 128 valid 128 free
UDP Aware *MEMR*: 0 valid 0 free *
Hi Cameron.
str_output= """
MOD1 memory: 2 valid1790 free
MOD2 memory: 128 valid 128 free
UDP Aware MEMR : 0 valid0 free
*MEMR* : 21 valid 491 free
Feature XYZ
Hi Team,
how to achieve fallowing expected output?
str_output= """
MOD1 memory : 2 valid1790 free
MOD2 memory : 128 valid 128 free
UDP Aware *MEMR*: 0 valid 0 free *MEMR
Perhaps you could explain what you mean by "$ does the right thing".
wtf is wrong with you?
(I mean, you do know under what circumstances $ matches a newline
character when used without modifiers, right? So why do you keep
behaving like a reddit commenter?)
--
http://mail.python.org/mai
John Machin wrote:
'\n' is an "other character".
so how does a user enter that character?
Perhaps you could explain what you mean by "$ does the right thing".
wtf is wrong with you?
--
http://mail.python.org/mailman/listinfo/python-list
On Jul 19, 10:44 pm, John Machin <[EMAIL PROTECTED]> wrote:
> On Jul 20, 6:35 am, MRAB <[EMAIL PROTECTED]> wrote:
>
>
>
> > On Jul 19, 9:12 pm, John Machin <[EMAIL PROTECTED]> wrote:
>
> > > On Jul 20, 5:04 am, Fredrik Lundh <[EMAIL PROTECTED]> wrote:
>
> > > > Mr SZ wrote:
> > > > > I am taking a
On Jul 21, 12:30 am, Fredrik Lundh <[EMAIL PROTECTED]> wrote:
> John Machin wrote:
> >> try "[LRM]+$" (an L or an R or an M, one or more times, all the way to
> >> the end of the string).
>
> > Ummm ... with the default flag settings, shouldn't that be \Z instead
> > of $ ?
>
> Why? The OP was rea
John Machin wrote:
try "[LRM]+$" (an L or an R or an M, one or more times, all the way to
the end of the string).
Ummm ... with the default flag settings, shouldn't that be \Z instead
of $ ?
Why? The OP was reading input from a user; whether he gets a trailing
newline or not depends on the
On Jul 20, 6:35 am, MRAB <[EMAIL PROTECTED]> wrote:
> On Jul 19, 9:12 pm, John Machin <[EMAIL PROTECTED]> wrote:
>
>
>
> > On Jul 20, 5:04 am, Fredrik Lundh <[EMAIL PROTECTED]> wrote:
>
> > > Mr SZ wrote:
> > > > I am taking a string as an input from the user and it should only
> > > > contain the
On Jul 19, 9:12 pm, John Machin <[EMAIL PROTECTED]> wrote:
> On Jul 20, 5:04 am, Fredrik Lundh <[EMAIL PROTECTED]> wrote:
>
> > Mr SZ wrote:
> > > I am taking a string as an input from the user and it should only
> > > contain the chars:L , M or R
>
> > > I tried the folllowing in kodos but they ar
On Jul 20, 5:04 am, Fredrik Lundh <[EMAIL PROTECTED]> wrote:
> Mr SZ wrote:
> > I am taking a string as an input from the user and it should only
> > contain the chars:L , M or R
>
> > I tried the folllowing in kodos but they are still not perfect:
>
> > [^A-K,^N-Q,^S-Z,^0-9]
> > [L][M][R]
> > [LRM
Mr SZ wrote:
I am taking a string as an input from the user and it should only
contain the chars:L , M or R
I tried the folllowing in kodos but they are still not perfect:
[^A-K,^N-Q,^S-Z,^0-9]
[L][M][R]
[LRM]?L?[LRM]? etc but they do not exactly meet what I need.
>
For eg: LRLRLRLRLM is ok
Hi,
I am taking a string as an input from the user and it should only contain the
chars:L , M or R
I tried the folllowing in kodos but they are still not perfect:
[^A-K,^N-Q,^S-Z,^0-9]
[L][M][R]
[LRM]?L?[LRM]? etc but they do not exactly meet what I need.
For eg: LRLRLRLRLM is ok but LRLRLRNL
15 matches
Mail list logo