1. 学ぶ
  2. /
  3. コース
  4. /
  5. Cleaning Data in Java

Connected

演習

Pattern finding

You need to group sales by platform generation for a trend analysis. By extracting version numbers from platform names, you can categorize sales across different console generations. You've extracted some platform names from the video game dataset.

The necessary packages such as CharMatcher, and Pattern have been imported for you.

指示

100 XP
  • Check if the matcher finds any version number.
  • Report the version number that the matcher finds.