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
while I do like the two prototypes for String.replace() it's actually an issue to properly document these two methods. I think it would be better to split them into two methods.
String.replace($search, $replacement) and
String.replaceMap(array $replacementMap)
While I'm not sure about the replaceMap method name. Suggestions are welcome.
gossi
The text was updated successfully, but these errors were encountered:
Hey,
while I do like the two prototypes for String.replace() it's actually an issue to properly document these two methods. I think it would be better to split them into two methods.
String.replace($search, $replacement)
andString.replaceMap(array $replacementMap)
While I'm not sure about the
replaceMap
method name. Suggestions are welcome.gossi
The text was updated successfully, but these errors were encountered: