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
xapi-stdext-std: change String.replace to replace characters
The few users that needed to replace strings, have been replaced with Astring's
cuts, as most of them were already segmenting strings, or they are run in very
specific, infrequent codepaths for efficiency to not matter.
Others have been replaced by Astring's filter as they were removing characters,
and the rest have been converted to the new String.replace.
map_unlikely can be removed from the interface and only have String.replaced
and String.replace
Signed-off-by: Pau Ruiz Safont <[email protected]>
Signed-off-by: Pau Ruiz Safont <[email protected]>
0 commit comments