Home
Tester
Reference
About
Pattern
\s*\'\s*
Input
{
'
username
'
:
'
xirby
'
}
{ 'username' : 'xirby' }
Options
Ignore Case
Ignore Whitespace
Explicit Capture
Culture Invariant
Singleline
Multiline
Right To Left
ECMA Script
Start from position:
Max matches to find:
Replacement
Replace matches with...
\"
Click the
context
tab to see replacements.
Regex Info
Table
Context
Split List
4
matches found in about
2
milliseconds.
Show Permalink
Permalink
Index
Position
Matched String
Replacement
0
1
'
\"
1
12
'
\"
2
15
'
\"
3
22
'
\"
{
\"
username
\"
:
\"
xirby
\"
}
{
username
:
xirby
}