Click here to Skip to main content
15,880,392 members
Home / Discussions / Regular Expressions
   

Regular Expressions

 
AnswerRe: Match if token exists only power of n times; Match if length of string is power of n Pin
Richard Deeming10-Mar-22 20:58
mveRichard Deeming10-Mar-22 20:58 
GeneralRe: Match if token exists only power of n times; Match if length of string is power of n Pin
Member 1556219611-Mar-22 2:23
Member 1556219611-Mar-22 2:23 
Questionregex for one Capital Pin
Member 140883235-Mar-22 10:01
Member 140883235-Mar-22 10:01 
AnswerRe: regex for one Capital Pin
OriginalGriff5-Mar-22 10:09
mveOriginalGriff5-Mar-22 10:09 
GeneralRe: regex for one Capital Pin
Member 140883235-Mar-22 10:22
Member 140883235-Mar-22 10:22 
GeneralRe: regex for one Capital Pin
OriginalGriff5-Mar-22 20:20
mveOriginalGriff5-Mar-22 20:20 
GeneralRe: regex for one Capital Pin
Richard Andrew x646-Mar-22 4:41
professionalRichard Andrew x646-Mar-22 4:41 
GeneralRe: regex for one Capital Pin
OriginalGriff6-Mar-22 5:38
mveOriginalGriff6-Mar-22 5:38 
QuestionRegex with condition? Should be easy Pin
Cp Divers21-Feb-22 4:44
Cp Divers21-Feb-22 4:44 
QuestionRe: Regex with condition? Should be easy Pin
Eddy Vluggen21-Feb-22 9:48
professionalEddy Vluggen21-Feb-22 9:48 
AnswerRe: Regex with condition? Should be easy Pin
Peter_in_278021-Feb-22 12:35
professionalPeter_in_278021-Feb-22 12:35 
QuestionRe: Regex with condition? Should be easy Pin
Richard MacCutchan21-Feb-22 21:10
mveRichard MacCutchan21-Feb-22 21:10 
AnswerRe: Regex with condition? Should be easy Pin
Peter_in_278021-Feb-22 23:03
professionalPeter_in_278021-Feb-22 23:03 
GeneralRe: Regex with condition? Should be easy Pin
Richard MacCutchan23-Feb-22 3:03
mveRichard MacCutchan23-Feb-22 3:03 
GeneralRe: Regex with condition? Should be easy Pin
Peter_in_278023-Feb-22 13:42
professionalPeter_in_278023-Feb-22 13:42 
GeneralRe: Regex with condition? Should be easy Pin
Cp Divers22-Feb-22 4:06
Cp Divers22-Feb-22 4:06 
GeneralRe: Regex with condition? Should be easy Pin
Peter_in_278022-Feb-22 12:40
professionalPeter_in_278022-Feb-22 12:40 
Question06h36m03s to 06h36.1, etc., in filename via regex? Pin
Member 148351468-Feb-22 10:02
Member 148351468-Feb-22 10:02 
Hello, and hoping this isn't too difficult, as I know once we get the regex, these things work beautifully. I'm not even a novice, I can never figure these complex ones out. But here's the deal.

I have a capture program that captures with timestamp and a filename, which is great. Here is the format they come out as, as an example:

2022.01.30.Sun, 06h36m03s- filename 1.png
2022.01.30.Sun, 06h36m10s- filename 2.png
2022.01.30.Sun, 06h36m16s- filename 3.png
2022.01.30.Sun, 06h36m22s- filename 4.png

The change that is needed is for the timestamp portion above, to be changed from this:

06h36m03s
06h36m10s

to this, if under 9 files:

06h36.1
06h36.2

or to this is over 9 files:

06h36.01
06h36.02
06h36.03
06h36.04
06h36.05
06h36.06
06h36.07
06h36.08
06h36.09
06h36.10
06h36.11

So removined the seconds and just putting in a ".1" or ".01", etc., as needed.

I used to just go to my renamer's forum but it's been dead quite a while now. Hoping someone here can kindly help out.

Thank you in advance!
AnswerRe: 06h36m03s to 06h36.1, etc., in filename via regex? Pin
Richard Deeming8-Feb-22 22:12
mveRichard Deeming8-Feb-22 22:12 
GeneralRe: 06h36m03s to 06h36.1, etc., in filename via regex? Pin
Member 148351467-Mar-22 21:52
Member 148351467-Mar-22 21:52 
AnswerRe: 06h36m03s to 06h36.1, etc., in filename via regex? Pin
RedDk8-Mar-22 8:18
RedDk8-Mar-22 8:18 
QuestionUse content of a database field in RegEx Pin
John Bradford 202227-Jan-22 7:31
John Bradford 202227-Jan-22 7:31 
AnswerRe: Matching a unknown range of lines Pin
Pete O'Hanlon18-Jan-22 22:37
mvePete O'Hanlon18-Jan-22 22:37 
Questionregex related query Pin
Member 154859391-Jan-22 8:23
Member 154859391-Jan-22 8:23 
AnswerRe: regex related query Pin
Gerry Schmitz1-Jan-22 8:45
mveGerry Schmitz1-Jan-22 8:45 

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.