Click here to Skip to main content
15,860,859 members
Home / Discussions / Regular Expressions
   

Regular Expressions

 
Questionremove parenthese from function like string Pin
Michael Eckstein17-Sep-22 8:56
Michael Eckstein17-Sep-22 8:56 
AnswerRe: remove parenthese from function like string Pin
moxol17-Sep-22 10:43
moxol17-Sep-22 10:43 
GeneralRe: remove parenthese from function like string Pin
Michael Eckstein18-Sep-22 4:55
Michael Eckstein18-Sep-22 4:55 
GeneralRe: remove parenthese from function like string Pin
moxol18-Sep-22 7:28
moxol18-Sep-22 7:28 
GeneralRe: remove parenthese from function like string Pin
Michael Eckstein18-Sep-22 8:01
Michael Eckstein18-Sep-22 8:01 
GeneralRe: remove parenthese from function like string Pin
moxol18-Sep-22 9:19
moxol18-Sep-22 9:19 
GeneralRe: remove parenthese from function like string Pin
Michael Eckstein18-Sep-22 20:22
Michael Eckstein18-Sep-22 20:22 
QuestionRegex to find out length Pin
RanCohen15-Aug-22 23:50
RanCohen15-Aug-22 23:50 
Lets say I want to "encrypt" the ID number 123456789 - add '*' to all the digits up to the last four - *****6789.
A starting point is to replace .*(....) with *$1. But it would produce *6789, which is too short.
How can I know how many chars the first .* matched?
AnswerRe: Regex to find out length Pin
Richard Deeming16-Aug-22 0:14
mveRichard Deeming16-Aug-22 0:14 
AnswerRe: Regex to find out length Pin
Graham Breach16-Aug-22 2:12
Graham Breach16-Aug-22 2:12 
QuestionNon Zero Number Pin
cad-one26-Jul-22 8:11
cad-one26-Jul-22 8:11 
AnswerRe: Non Zero Number Pin
k505426-Jul-22 10:46
mvek505426-Jul-22 10:46 
GeneralRe: Non Zero Number Pin
cad-one26-Jul-22 11:09
cad-one26-Jul-22 11:09 
QuestionRegex before match Pin
moxol20-Jul-22 22:09
moxol20-Jul-22 22:09 
AnswerRe: Regex before match Pin
Peter_in_278021-Jul-22 1:31
professionalPeter_in_278021-Jul-22 1:31 
GeneralRe: Regex before match Pin
moxol21-Jul-22 2:00
moxol21-Jul-22 2:00 
GeneralRe: Regex before match Pin
jsc4221-Jul-22 2:56
professionaljsc4221-Jul-22 2:56 
GeneralRe: Regex before match Pin
moxol21-Jul-22 3:55
moxol21-Jul-22 3:55 
QuestionPerl regex anchor merely matches at the position of the end of previous match period Pin
marbooth18-Jul-22 6:23
marbooth18-Jul-22 6:23 
AnswerRe: Perl regex anchor merely matches at the position of the end of previous match period Pin
marbooth18-Jul-22 17:18
marbooth18-Jul-22 17:18 
GeneralRe: Perl regex anchor merely matches at the position of the end of previous match period Pin
RedDk20-Jul-22 6:23
RedDk20-Jul-22 6:23 
QuestionIsn't ?= needless? Pin
Member 1570882016-Jul-22 22:38
Member 1570882016-Jul-22 22:38 
AnswerRe: Isn't ?= needless? Pin
Dave Kreskowiak17-Jul-22 6:28
mveDave Kreskowiak17-Jul-22 6:28 
GeneralRe: Isn't ?= needless? Pin
Member 1570882019-Jul-22 21:48
Member 1570882019-Jul-22 21:48 
GeneralRe: Isn't ?= needless? Pin
Dave Kreskowiak20-Jul-22 3:41
mveDave Kreskowiak20-Jul-22 3:41 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.