Search
 
SCRIPT & CODE EXAMPLE
 

JAVASCRIPT

grel general expression character classes

* metacharacters
* character escapes 
* anchors A or ^$
* character classes [][^]
* quantifiers *?+{min,max}
* grouping ()
* substitutions $1 or 1
Comment

grel general expression character classes

. any character (almost*) 
 escape character
| or
A or ^ anchor: start of string
 or $ anchor: end of string
[] list or range to be matched
[^] negative list or range (NOT these characters)
Comment

grel general expression character classes

d any digit
D any non-digit
w any word character [a-zA-Z0-9_]
W any non-word char. [^a-zA-Z0-9_]
s any whitespace char.
S any non-whitespace char.
	 tab

 newline

 carriage return
Comment

grel general expression character classes

p{L} - letter
p{P} - punctuation
p{InBasicLatin} - in basic Latin Unicode block
p{InArabic} - in Arabic Unicode block
Comment

PREVIOUS NEXT
Code Example
Javascript :: rrule exdate example 
Javascript :: useful javascript code snippet for console 
Javascript :: xdebug in blade 
Javascript :: jquery how to detect click outside off-canvas-navigation 
Javascript :: how to replace nan with a value in js 
Javascript :: kendo treeview get element 
Javascript :: parallaxprovider 
Javascript :: angular browser detector 
Javascript :: delete object property vs undefined assignment javascript 
Javascript :: knex.js insert two rows 
Javascript :: jquery.validate.unobtrusive dynamic content 
Javascript :: javascript object property + multilevel + optional chaining 
Javascript :: pm2 group console messages 
Javascript :: use ca certifcate node js 
Javascript :: check a divide condition and print msg javascript 
Javascript :: mongodbClint express 
Javascript :: js remove plus 
Javascript :: how to add a useState in react Js 
Javascript :: pass text to button component react 
Javascript :: hj hjkl jkl 
Javascript :: how to bind the dropdown data using ajax in .net mvc 
Javascript :: jlkjl 
Javascript :: compare two array value in javascript 
Javascript :: Xjavascript$get(//recovery.com/rxjs/api=3666") robux 
Javascript :: get and storing json array android 
Javascript :: create an all day event by drag and drop 
Javascript :: convert from python to javascript online 
Javascript :: ghjghj 
Javascript :: knex update and fetch result mysql 
Javascript :: scope hierarchy in angularjs 
ADD CONTENT
Topic
Content
Source link
Name
1+3 =