User Activity
Posted
a review
on
mwClipboard
1 year ago
Imported
Files
on
mwClipboard
1 year ago
Imported
Code
on
mwClipboard
1 year ago
Posted
a comment
on
discussion General Discussion
on
SwiftSearch
That's right. These are regular old wildcards, not regular expressions!
6 years ago
Posted
a comment
on
discussion General Discussion
on
SwiftSearch
You could send a "brute force" search query via AutoHotkey. InputBox, txt, Enter name, Enter the name., , 500, 115 If (txt > "") { word := StrSplit(txt, A_Space) fi := SubStr(txt,1,1) fn := word[1] ln := word[2] Send, >.*(%fi% %ln%|%fn% %ln%|%ln%, %fn%).* } You'll get some extra files due to the .*, so adjust as needed.
6 years ago
Modified
a comment
on
discussion General Discussion
on
SwiftSearch
You can use regular wildcards to separate text such that both phrases must appear (in order). *text1*text2*
6 years ago
Modified
a comment
on
discussion General Discussion
on
SwiftSearch
You can use regular wildcards to separate text such that both phrases must appear (in order). ***text1*text2***
6 years ago
Posted
a comment
on
discussion General Discussion
on
SwiftSearch
You can use regular wildcards to separate text such that both phrases must appear (in order). *text1*text2*
6 years ago
View All
Personal Data
Username:
mikeyww
Joined:
2003-02-24 02:11:47
Projects
mwClipboard
Simple clipboard manager for Microsoft Windows
Last Updated:
2025-01-25
© 2025 Slashdot Media. All Rights Reserved.
×
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.