normalizeTag method Null safety

String normalizeTag(
  1. String tag
)

Normalizes a tag by replacing special symbols like '_' and '#' with spaces. When tags are normalized then can be presented to user in similar shape and form.

  • tag the tag to normalize. Returns a normalized tag.