Juno_okyo

StringBetween

Mar 13th, 2015
371
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
AutoIt 0.19 KB | None | 0 0
  1. #include-once
  2. #include <String.au3>
  3.  
  4. Func StringBetween($str, $start, $end)
  5.     Local $arr = _StringBetween($str, $start, $end)
  6.     If IsArray($arr) Then Return $arr[0]
  7.     Return ''
  8. EndFunc
Add Comment
Please, Sign In to add comment