|
|
Browse by Tags
All Tags » regex » javascript
-
Several year ago I decided to learn
Regular Expressions. I had been skimming over an article about using
regex for validation on web pages. It was at least a couple of weeks
before I sat down an read the article in full. After I did I wanted
to try to write a regex on my one but couldn't think of anything
original. Eventually I wrote ...
-
Ok so I have a rather slow algorithm that I would really love some advice to speed up! It may repeat many times over different large data strings. The string 'data' contains "variables" (denoted by ${myVarName} in the data) that must be replaced with the value of the corresponding (either by id or name) element on the html page. ...
-
I have a fields that looks like this
<div class="some">
<h2>title</h2>
<p>text text</p>
<table>
<tr class="some1"><td>data1</td><td>d1 ...
-
Our Security Technology Business Unit is looking for Senior Software Engineer that is an expert in Regular Expressions, JavaScript and Rewrite Engine. Please let me know if you can recommend anyone.
Thanks in advance,
Brent
Senior Software Engineer (Rewrite Engine, Regular Expression, Parsers, JavaScript)
Location – ...
-
Hi,
I'm trying to construct a javascript code to be used as a bookmark in my browser. A click on the bookmark should add a string to the url of the currently shown web site.
For example, the site http://www.jstor.org/stable/2497020 should become http://www.jstor.org.proxy.libraries.org/stable/2497020.
So far, I have following code to be ...
-
Hi
I want a regexp to check that every open parenthesis has a closed parenthesis.
thank you in advance
-
This is about a strange behavior IE shows for a regex matching Im trying to do.
Here is a password matching expression Im trying to use for matching the below conditions.
Must contain minimum 8 to 20 characters, mandatorily including one letter and number
May include only one of the following special characters: %,&, _, ?, ...
-
Hi all,
first post, so I hope I'm posting this correctly. I need to increment the hour in JavaScript by 1 (i.e. I need to get the current hour, add an hour, and then return the answer). An example of the string is as follows (the hour is bolded):
2009-05-18T16:15:00Z
I'm re-learning RegEx after not visiting it for years, so I'd ...
|
|
|