fixSex static method

String fixSex(
  1. String input
)

Implementation

static String fixSex(String input) => input.replaceAll('P', 'F');