Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re: Regex question

by c (Hermit)
on Nov 14, 2001 at 23:37 UTC ( #125399=note: print w/replies, xml ) Need Help??


in reply to Regex question

one other path you may want to head down is getting rid of your tab and following slash using the s/// operator:

my $string = "hello\t\\"; $string =~ s/\t\\//g;

this should return the value of $string as simply hello

humbly -c

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://125399]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this? | Other CB clients
Other Users?
Others scrutinizing the Monastery: (4)
As of 2023-06-08 21:06 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    How often do you go to conferences?






    Results (35 votes). Check out past polls.

    Notices?