AZJIO Posted August 19, 2010 Share Posted August 19, 2010 (edited) RegExp - Test regular expressions (En, Ru) v1.0.2 screenshot RegExp.7z (0.9 MB, exe+sources+Library_RegExp, v0.8 + v1.0.2) The tool is designed to test regular expressions. Allows you to save the template in the library. alternative: >String Regular Expressi0n Tester V2, Szhlopp C:Program FilesAutoIt3ExamplesHelpfileStringRegExpGUI.au3 >RegExp Quick Tester, Lazycat >RegEx tester, Mat Edited March 16, 2020 by AZJIO Vincor 1 My other projects or all Link to comment Share on other sites More sharing options...
Bert Posted August 19, 2010 Share Posted August 19, 2010 do you have a script in English? What you have looks good! The Vollatran project My blog: http://www.vollysinterestingshit.com/ Link to comment Share on other sites More sharing options...
rvn Posted September 3, 2010 Share Posted September 3, 2010 cool script AZJIO!!! help me alot,,, thanx for sharing Link to comment Share on other sites More sharing options...
wraithdu Posted December 6, 2011 Share Posted December 6, 2011 This one looks interesting. Couple things: 1) Can you explain a little more what the options 'Calculate' and 'No Update' do? 2) The Grouping options 2 and 4 don't seem to display correctly, try the 'mail' or 'URL' examples. 3) The checkbox next to Group is counterintuitive. I would expect checking the box to display the 'Group #:' text, not hide it. Link to comment Share on other sites More sharing options...
AZJIO Posted December 6, 2011 Author Share Posted December 6, 2011 (edited) 1. 'Calculate'... Sometimes you need to use the sample replacement "$0"&@CRLF, but it is literally. To change this, you should use the option 'Calculate' 'No Update'... When choosing a template in the right list is changing the text in the search box. But sometimes you want to insert special text which shouldn't will be replaced when choosing a template. Perhaps the translation on the buttons and in tooltips are not correct or do not understand? 2. Maybe not the perfect template, but the program correctly interprets. 3. OK Edited December 6, 2011 by AZJIO My other projects or all Link to comment Share on other sites More sharing options...
wraithdu Posted December 6, 2011 Share Posted December 6, 2011 2. Maybe not the perfect template, but the program correctly interprets.Not quite. Try the 'mail' template and grouping option 4. It should display the results, yet is blank. Link to comment Share on other sites More sharing options...
AZJIO Posted December 7, 2011 Author Share Posted December 7, 2011 It does not work with 4. So it should be. This is normal. It should work with 3, it is the rule. #include <Array.au3> $p='technic aaa@mail.ru '&@CRLF&'work aa1@mail.com yes' $test=StringRegExp($p, '[A-Za-z0-9._-]+@[A-Za-z0-9.-]+.[A-Za-z]{2,4}', 4) _ArrayDisplay($test, 'Array') $test=StringRegExp($p, '[A-Za-z0-9._-]+@[A-Za-z0-9.-]+.[A-Za-z]{2,4}', 3) _ArrayDisplay($test, 'Array') My other projects or all Link to comment Share on other sites More sharing options...
wraithdu Posted December 7, 2011 Share Posted December 7, 2011 (edited) Flag 4 returns an array of arrays.#include <Array.au3> $p='technic aaa@mail.ru '&@CRLF&'work aa1@mail.com yes' $test=StringRegExp($p, '[A-Za-z0-9._-]+@[A-Za-z0-9.-]+.[A-Za-z]{2,4}', 4) For $e In $test _ArrayDisplay($e) Next Edited December 7, 2011 by wraithdu Link to comment Share on other sites More sharing options...
AZJIO Posted December 7, 2011 Author Share Posted December 7, 2011 Thanks Error fixed updated My other projects or all Link to comment Share on other sites More sharing options...
AZJIO Posted June 7, 2012 Author Share Posted June 7, 2012 (edited) updatedSaves position and size of the windowAdd in the RegExp.iniRedColor=FF8080 TextColor=999999 BkColor=3F3F3F GuiBkColor=777777RedColor=c53800 TextColor=000000 BkColor=d0c8ac GuiBkColor=aba48c Edited June 8, 2012 by AZJIO My other projects or all Link to comment Share on other sites More sharing options...
guinness Posted June 7, 2012 Share Posted June 7, 2012 I'm going to give this one a try. Thanks. UDF List: _AdapterConnections() • _AlwaysRun() • _AppMon() • _AppMonEx() • _ArrayFilter/_ArrayReduce • _BinaryBin() • _CheckMsgBox() • _CmdLineRaw() • _ContextMenu() • _ConvertLHWebColor()/_ConvertSHWebColor() • _DesktopDimensions() • _DisplayPassword() • _DotNet_Load()/_DotNet_Unload() • _Fibonacci() • _FileCompare() • _FileCompareContents() • _FileNameByHandle() • _FilePrefix/SRE() • _FindInFile() • _GetBackgroundColor()/_SetBackgroundColor() • _GetConrolID() • _GetCtrlClass() • _GetDirectoryFormat() • _GetDriveMediaType() • _GetFilename()/_GetFilenameExt() • _GetHardwareID() • _GetIP() • _GetIP_Country() • _GetOSLanguage() • _GetSavedSource() • _GetStringSize() • _GetSystemPaths() • _GetURLImage() • _GIFImage() • _GoogleWeather() • _GUICtrlCreateGroup() • _GUICtrlListBox_CreateArray() • _GUICtrlListView_CreateArray() • _GUICtrlListView_SaveCSV() • _GUICtrlListView_SaveHTML() • _GUICtrlListView_SaveTxt() • _GUICtrlListView_SaveXML() • _GUICtrlMenu_Recent() • _GUICtrlMenu_SetItemImage() • _GUICtrlTreeView_CreateArray() • _GUIDisable() • _GUIImageList_SetIconFromHandle() • _GUIRegisterMsg() • _GUISetIcon() • _Icon_Clear()/_Icon_Set() • _IdleTime() • _InetGet() • _InetGetGUI() • _InetGetProgress() • _IPDetails() • _IsFileOlder() • _IsGUID() • _IsHex() • _IsPalindrome() • _IsRegKey() • _IsStringRegExp() • _IsSystemDrive() • _IsUPX() • _IsValidType() • _IsWebColor() • _Language() • _Log() • _MicrosoftInternetConnectivity() • _MSDNDataType() • _PathFull/GetRelative/Split() • _PathSplitEx() • _PrintFromArray() • _ProgressSetMarquee() • _ReDim() • _RockPaperScissors()/_RockPaperScissorsLizardSpock() • _ScrollingCredits • _SelfDelete() • _SelfRename() • _SelfUpdate() • _SendTo() • _ShellAll() • _ShellFile() • _ShellFolder() • _SingletonHWID() • _SingletonPID() • _Startup() • _StringCompact() • _StringIsValid() • _StringRegExpMetaCharacters() • _StringReplaceWholeWord() • _StringStripChars() • _Temperature() • _TrialPeriod() • _UKToUSDate()/_USToUKDate() • _WinAPI_Create_CTL_CODE() • _WinAPI_CreateGUID() • _WMIDateStringToDate()/_DateToWMIDateString() • Au3 script parsing • AutoIt Search • AutoIt3 Portable • AutoIt3WrapperToPragma • AutoItWinGetTitle()/AutoItWinSetTitle() • Coding • DirToHTML5 • FileInstallr • FileReadLastChars() • GeoIP database • GUI - Only Close Button • GUI Examples • GUICtrlDeleteImage() • GUICtrlGetBkColor() • GUICtrlGetStyle() • GUIEvents • GUIGetBkColor() • Int_Parse() & Int_TryParse() • IsISBN() • LockFile() • Mapping CtrlIDs • OOP in AutoIt • ParseHeadersToSciTE() • PasswordValid • PasteBin • Posts Per Day • PreExpand • Protect Globals • Queue() • Resource Update • ResourcesEx • SciTE Jump • Settings INI • SHELLHOOK • Shunting-Yard • Signature Creator • Stack() • Stopwatch() • StringAddLF()/StringStripLF() • StringEOLToCRLF() • VSCROLL • WM_COPYDATA • More Examples... Updated: 22/04/2018 Link to comment Share on other sites More sharing options...
ileandros Posted June 21, 2012 Share Posted June 21, 2012 These u have are good in the list but i think you should add a lot more. IF this programm is not offering examples then why should i use it and not just write my own script? Anyway im giving it a shot I feel nothing.It feels great. Link to comment Share on other sites More sharing options...
Danyfirex Posted September 17, 2012 Share Posted September 17, 2012 (edited) Thank you, this is so usefull. saludos Edited September 17, 2012 by Danyfirex Danysys.com AutoIt... UDFs: VirusTotal API 2.0 UDF - libZPlay UDF - Apps: Guitar Tab Tester - VirusTotal Hash Checker Examples: Text-to-Speech ISpVoice Interface - Get installed applications - Enable/Disable Network connection PrintHookProc - WINTRUST - Mute Microphone Level - Get Connected NetWorks - Create NetWork Connection ShortCut Link to comment Share on other sites More sharing options...
AZJIO Posted June 23, 2013 Author Share Posted June 23, 2013 Update 1.0.2 Checkbox color (on / off. color in the regular expression) My other projects or all Link to comment Share on other sites More sharing options...
AZJIO Posted August 15, 2018 Author Share Posted August 15, 2018 Added interaction with programs (Notepad++, SciTE, AkelPad4). Inserts or captures texts from the search and replace windows. flag "On top of all windows" Command line added -s:"search" - Fills the field. For example, the selected regular expression in the code. $(CURRENT_WORD) for Notepad++. -r:"replace" - Fills the field -p:"path" - Fills the field with the contents of the file -n:"1" - Capture from Notepad++ -n:"2" - Capture from SciTE -n:"3" - Capture from AkelPad4 My other projects or all Link to comment Share on other sites More sharing options...
Simpel Posted August 17, 2018 Share Posted August 17, 2018 Hi. The examples (in the library) in the 7z-file are all something like that: [z--z] Íàéòè ïîâòîð ñëîâà (?<![^\s\A])([À-ÿ¨¸]+)[\h]+\1 33 Ýòîò øàáëîí ïîçâîëÿåò íàéòè ïîâòîðû ïîâòîðû â ñëîâàõ. Òàêàÿ îøèáêà ÷àñòî âñòðå÷àåòñÿ ó ïèñàòåëåé ïèñàòåëåé ðåäàêòèðóþùèõ ñâîè òåêñòû. Áóäòå îñòîðîæíû, ïîâòîðû íå âñåãäà ÿâëÿþòñÿ îøèáêîé, äà äà. Somebody a hint how to change that? Simpel SciTE4AutoIt = 3.7.3.0 AutoIt = 3.3.14.2 AutoItX64 = 0 OS = Win_10 Build = 19044 OSArch = X64 Language = 0407/german H:\...\AutoIt3\SciTE H:\...\AutoIt3 H:\...\AutoIt3\Include (H:\ = Network Drive) Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind. Link to comment Share on other sites More sharing options...
AZJIO Posted August 18, 2018 Author Share Posted August 18, 2018 I converted to UTF, now you can use google translate to your language. Download again My other projects or all Link to comment Share on other sites More sharing options...
Simpel Posted August 18, 2018 Share Posted August 18, 2018 Спасибо. Может быть, я могу сделать это сам. Я учил русский язык в школе. Очен мало. Thanks and regards, Simpel SciTE4AutoIt = 3.7.3.0 AutoIt = 3.3.14.2 AutoItX64 = 0 OS = Win_10 Build = 19044 OSArch = X64 Language = 0407/german H:\...\AutoIt3\SciTE H:\...\AutoIt3 H:\...\AutoIt3\Include (H:\ = Network Drive) Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now