Please enable JavaScript of your browser.
Extraction
Work on a String
New Scripts
Extraction
N
-th Match
HTML elements
with
end tags
HTML elements
without
end tags
Multiline Issue
New Scripts
Remove redundant instances from a list.
2010.03.25
Extraction
Extract the longest word(s) from a line (string).
2001.01.27
Extract the shortest word(s) from a line (string).
2001.01.27
Extract part from a given URL.
2001.05.18
Extract (1) hostname (2) domain name (3) last part from a FQDN.
2000.10.25
Extract user names only from e-mail addresses destined to some domain.
2003.11.04
Extract double-quoted strings from a line.
2000.10.25
Extract the 4-digit integers from a string.
2000.11.08
Extract every matched string.
2008.07.30
Remove redundant instances from a list.
2010.03.25
N
-th Match
Extract the
N
-th through
M
-th matches of PAT in a file.
2009.09.26
Extract contents between parentheses of depth
N
.
2009.11.14
Extract contents between parentheses of depth
N
, multiline version.
2009.12.09
HTML elements
with
end tags
Extract the contents of
N
-th elements with a given name in a line.
2009.10.01
HTML elements
without
end tags
Extract every
IMG
elements from an HTML file.
2009.09.18
Extract every
IMG
elements from an HTML file, with angle brackets properly processed.
2009.09.21
Multiline Issue
Extract every matched string outside comments.
2008.08.08