Skip to content

Commit af04f8a

Browse files
committed
Removed FIXME comment that has been resolved
1 parent d4e816d commit af04f8a

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

StringRegExpSplit.au3

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
Global Enum Step *2 $PREG_SPLIT_NONE = 0, $PREG_SPLIT_NO_EMPTY = 1, $PREG_SPLIT_DELIM_CAPTURE, $PREG_SPLIT_OFFSET_CAPTURE
44

5-
;FIXME: either support PREG_SPLIT_OFFSET_CAPTURE or remove the flag
6-
75
Func StringRegExpSplit($sString, $sPattern, $iLimit = 0, $iFlags = $PREG_SPLIT_NONE)
86
Local $iPrevOffset = 1, $iOffset = 1, $aMatches, $aReturn[0], $i, $sValue, $iCount = 0
97
If BitAND($PREG_SPLIT_DELIM_CAPTURE, $iFlags) And $iLimit > 0 And $iLimit < 2 Then

0 commit comments

Comments
 (0)