Thread: what this represent..
Results 1 to 3 of 3
-
10-30-2006, 09:08 AM #1
what this represent..
hi plz explain this
[ ".*pxx.*\\\n.*saxx" , '"\tpxx"' ];
please explain this ..
thanks
gopi.
-
10-30-2006, 03:07 PM #2
Re: what this represent..
if you give us more of the code we can help you better... anyway...
it probably has a variable or something infront of it so...
$variable[".*pxx.*\\\n.*saxx" , '"\tpxx"']
the .* means anycharacter to any length
pxx means just pxx
again .* means any character any length
\\ means escape the slash... so it will out put a single \
\n means new line
you know what .* means...
saxx is just a sting like pxx was...
not exactly sure what the comma represents because i dont have all the code...
\t means tab character
pxx means just pxx
and the two double quotes means just double quotes...
so it should match te following in the first expression...
"hello003mynam3i5j0npxx\
withanycharacters442s saxx"
"asdf442nasj2
pxx
eddfew\
saxx"
-
10-31-2006, 12:40 AM #3
Re: what this represent..
Originally Posted by ALL
the above given expression is assigned to a scalar that is..
$h_list{"Mfile"} =
[ ".*pxx.*\\\n.*saxx" , '"\txx" ' ];
plz let me know abt this..
Thanks
ALL
Cloudjiffy- PaaS for Developers
10-05-2020, 12:30 AM in Web Hosting Forum