|
|
Browse by Tags
All Tags » pattern
-
Hi!
I am working on VB .net and can't find Regex pattern to match these
characters without any limit. I do not know about Regex much and I am
weak in mathematics.
Regex pattern which matches all alphabets (upper case and lower case),
digits, brackets, and all other keyboard characters including space,
new lines, commas, quotes, ...
-
Hi
I`m using ASP.NET C# and need to create a web application to autofix some text where company name and product names are missing ®(registered) and ™(trademark) symbols. We have a huge amount of text as articles in 30 different languages. I`m planning to use RegExs MatchCollection to find all hits in each article and then replace ...
-
Hi,
Anybody out there, I'd be immensly greatful if you helped me fix one regular expressions of mine.
Basically I've written a regular expression in PHP identifying a pattern of a certain type of URL
REGEX: /(http\:\/\/dx\.doi\.org\/.*?)(\s|$|;|>)/
it will catch strings of URLs from the 'http://dx.doi.org/' domain, looking ...
-
I'm editing an old bookmarks.html file in Dreamweaver to prep it before I import the bookmarks back into Firefox. An example bookmark would look like this:
<DT><A href="http://isohunt.com/" ADD_DATE="1125111393" LAST_VISIT="1207867025" ...
-
I'm using vb.net to replace all "embed" tags that have a youtube.com address in the src attribute and then if that embed tag is a match, I am wanting to grab the src, width, and height as backreferences.
I have a pattern that works somewhat, however it will still return as a match (as a whole, for addresses other than youtube.com) ...
-
Hi all,
I'm using vb.net windows form, I can use a loop with a counter for each line read but sometimes the line position for the data changes and I don't want to check for lots of line postions so I thought I could try regex as the file always has ACCOUNT #: n....... and DEVILER TO:
The data is in a text files and there can be 1..n ...
-
Hi,
I'm trying to write a regular expression that converts a 'pretty URI' into a standard one in the Apache .htaccess file. I'm doing it in PHP (preg_match) first, since both seem to work similarly.
An example:
page/c-cssstyle/t-template/p-pagenumber/ needs to be converted into ...
-
Hi,
I have a text file in which I want to extract some data. I already extracted most of it, except there is one group of data that I have problem differenciating from another.
Here is part of the text I want to ...
|
|
|