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
val cleanName = name!!.replace('.', '_').replace(' ', '_').replace("@", "_at_")
.replace("#","-").removeCharactersInvalidInLionWebIDs()
All this logic could be inserted in a function, perhaps expanding the functionality of removeCharactersInvalidInLionWebIDs and turning in String.canonicizeForLionWeb()
The text was updated successfully, but these errors were encountered:
We repeat over and over code such as:
All this logic could be inserted in a function, perhaps expanding the functionality of
removeCharactersInvalidInLionWebIDs
and turning inString.canonicizeForLionWeb()
The text was updated successfully, but these errors were encountered: