images to svg
This commit is contained in:
parent
a31e881856
commit
3ba28aa104
734 changed files with 11682 additions and 245 deletions
|
@ -66,7 +66,7 @@ alert( "I love HTML5!".match(/\s\w\w\w\w\d/) ); // ' HTML5'
|
|||
|
||||
The match (each character class corresponds to one result character):
|
||||
|
||||

|
||||

|
||||
|
||||
## Word boundary: \b
|
||||
|
||||
|
@ -95,7 +95,7 @@ When the pattern contains `pattern:\b`, it tests that the position in string is
|
|||
|
||||
For instance, in the string `subject:Hello, Java!` the following positions match `\b`:
|
||||
|
||||

|
||||

|
||||
|
||||
So it matches `pattern:\bHello\b`, because:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue