Jump to content

String library extentions


andyswarbs
 Share

Recommended Posts

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 by andyswarbs
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...