You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Improvements
Added
StringScanner#scan_byteAdded
StringScanner#peek_byteAdded support for
Stringpattern by the following methods:StringScanner#exist?StringScanner#scan_untilStringScanner#skip_untilStringScanner#check_untilStringScanner#search_fullImproved performance.
strscan_do_scan(): Remove unnecessary use ofrb_enc_get()#108scan(): UsestrBL.getBegin() + currinstead ofcurrPtr()#109scan(): Remove duplicateif (restLen() < patternsize()) return context.nil;checks in!headonly. #110Improved performance.
Added
StringScanner#scan_integerThanks
This discussion was created from the release strscan 3.1.1 - 2024-12-12.
Beta Was this translation helpful? Give feedback.
All reactions