Please enable JavaScript to use regex101
/
^
r
e
g
e
x
[
\
-
_
]
?
1
0
1
$
/
i
Regular
Expressions
101
Regular
Expressions
101
Upgrade to Pro
Enterprise
Regular Expression
/
(?<!\w)@\w+
/
gm
Test String
New
INSERT INTO Recibos (idRecibo, DataRecibo, NomeCliente, Valor, CPFCliente, EnderecoCliente, NumeroCliente, BairroCliente, Importancia, Referente, Cidade, UF, Emitente, EnderecoEmitente, NumeroEmitente, BairroEmitente, CPFEmitente, RG) VALUES (" + "@idRecibo," + "@dataRecibo," + "@nomeCliente," + "@valor," + "@cpfCliente," + "@endCliente," + "@numCliente," + "@baiCliente," + "@importancia," + "@referente, +" + "@cidade," + "@uf," + "@emitente," + "@endEmitente," + "@numEmitente," + "@baiEmitente," + "@cpfEmitente," + "@rg)