BreadCrumbs: Special:Search
Search results
From Luke Jackson
You searched for Alnum:
There is no page titled "Alnum:". You can create this page.
For more information about searching Luke Jackson, see Searching Luke Jackson.
Showing below 3 results starting with #1.
View (previous 20) (next 20) (20 | 50 | 100 | 250 | 500).
No page title matches
Page text matches
- Regular Expressions (6,114 bytes)
11: ...ace:], [:upper:], and [:xdigit:]. For example, [[:alnum:]] means [0-9A-Za-z], except the latter form depe...
13: ...nonym for [[:alnum:]] and \W is a synonym for [^[:alnum]].</nowiki>
61: find | grep '[aeiou][\.][[:alnum:]]\{3\}$' - Awk Command (21,886 bytes)
375: ...paste | sed '/^$/d; s/^ *//; s/ *$//' | tr -dc '[:alnum:]\. \-\n\r' | awk '{gsub(/ /,"."); print tolower(...
402: ...n' | sed '/^ $/d;s/^ *//;s/ *$//;' | grep -E '^[[:alnum:]\.,]{1,}' | cut -d'<' -f 1 | awk '/[^.]$/ { prin... - Sed Command (22,656 bytes)
424: ...0-9],/&\\\n/g;' | sed 's/^[^[:alnum:]]*//g; s/[^[:alnum:]]*$//g; /^$/d;' | awk -F',' '{print $2","$1}' | ...
View (previous 20) (next 20) (20 | 50 | 100 | 250 | 500).