andyswarbs Posted February 11, 2006 Share Posted February 11, 2006 (edited) PopG_String.au3 (16 downloads of previous builds) #Region Doc: #Region Doc: Notes ; Extends String functionality ; You may ask, "Why write _StringBegins when there is StringLeft?" The answer is that _StringBegins makes straighforward and frequent comparison easy and accessible. ; You are allowed to freely use this code without restriction. #EndRegion Doc: Notes #Region Doc: Function list ; _StringBegins Returns true if a string begins with the substring ; _StringInsert2 Extends StringInsert to be able to repeat the inserts at every n'th position. ; _StringInStrCount Returns the number of occurences of a subscrting ; _StringReplaceRepeat Extends StringReplace to repeatedly replace while more occurences are found. ; _StringShowCtrlChars Returns string with control characters replaced with a visual representation. ; _StringSplit2 Splits a string in two parts, separated by the specified delimeter. #EndRegion Doc: Function list #Region Doc: Requirements ; Requires Au3 build 3.1.1.109 or better ; Uses the array and string include libraries. #EndRegion Doc: Requirements #Region Doc: History ; 19-Feb-06 Als Added _StringBegins ; 18-Feb-06 Als Updated _StringShowCtrlChars and added optional args $Format, $Before and $After. ; 06-Feb-06 Als Added _StringInStrCount ; 16-Jan-06 Als Updated _StringSplit2: $OkLast functionality to added #EndRegion Doc: History #EndRegion Doc: Edited February 19, 2006 by andyswarbs Licensing.au3Extended _Max & _Min_MsgBoxExitVarious extensions to _GuiCtrl...Run Dos programs output into an array etc (Updated 19-Feb-06)Extensions to Array library, primarily in two dimensions (updated 20-Feb-06)Version dependency calculator, _IsVer1GEVer2User Management, answering some domain questions (updated 19-Feb-06, various bugfixes and new functions added)Extensions to registry manipulation, including a recursive search & replaceDelimited string library (updated 19-Feb-03, added _DelimListSort)String library extensionsTerminal Server supportFile libraryCommand line parser (added 18-Feb-06)(UDF homepage) (Scit4Au3 UserCallTips added 21-Feb-06) 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