Can anyone help me change the regular expression:
filename_author to
author_filename I am using MS Word 2003, and I am trying to use Word’s Find and Replace. I have tried using the wild
Can anyone help me change the regular expression:
filename_author to
author_filename I am using MS Word 2003, and I am trying to use Word’s Find and Replace. I have tried using the wild
Is there a good regular expression tutorial? Especially in the context of TextMate? I am familiar with regular expression syntax and basic concepts. I even have a copy of Jeffrey Fried’s book “Mast
I have a code as
$wrk = OC192-1-1-1;
@temp = split (/-/, $wrk);
if ($temp1[3] =~ /101 || 102 /)
{
print ” yes”;
} else {
print “no”;
} Output:
yes pre> I need to know why this is p
I use awk very badly, but I know it is very useful for contingency operations.
I have a form file:
JohnSmith_name 3.4
KellySears_name 5.7
RonaldBay_name 1.2
RayShendor_name 2.8 I want
I am trying to come up with a regular expression to help me validate the blood type field – it should only accept A [– ], B [– ], AB [–] and O [– ].
This is the regular expression I came up w
I am trying to double all the vowels in each word. For example:
$string=”if it rains, cover with umbrella”; This is the code I wrote, but I did not get the correct output.
$string=~s/a
I am currently using the module URI::URL to generate a complete URL from a relative URL; however, it does not run as fast as I hoped. Does anyone know of another approach possible Will be faster?
If there are more than 2 characters
“Hiiiiiii
My friend!!!!!!!”
I need to reduce to
“Fei Yichuan
My friend!!”
Please note that in my language, there are many double-character words.
T
How to split a string containing numbers (unknown digits) into two strings-the number and the rest of the string. Please note that there may be other undesirable characters in the string The number
I have a text file like this:
marc_webber
john_grisham
rahmin_darfur
firstname_lastname I want to output something like this (forget the double name like “van These”):
Webber, Marc, mar