How to use ConvertFrom-String to consume multilines?

This page summarizes the projects mentioned and recommended in the original post on /r/PowerShell

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • Flutter

    Flutter makes it easy and fast to build beautiful apps for mobile and beyond

  • $versionData = @' ### [3.7.8](https://github.com/flutter/flutter/releases/tag/3.7.8) (Mar 22, 2023) This hotfix release addresses the following issues: * [flutter/119441](https://github.com/flutter/flutter/issues/119441) - Fixes an issue where the \Toolbar` widget is incorrectly positioned when inside of a textfield in the Appbar.` ### [3.7.7](https://github.com/flutter/flutter/releases/tag/3.7.7) (Mar 08, 2023) This hotfix release addresses the following issues: * [flutter/121256](https://github.com/flutter/flutter/issues/121256) - Fixes an issue where Android users can not use add2app because it can not locate build/host/apk/app-debug.apk. * [engine/120455](https://github.com/flutter/flutter/issues/120455) Cached DisplayList opacity inheritance fix. \* [dart/121270](https://github.com/flutter/flutter/issues/121270) \- Fixes mobile devices vm crashes caused by particular use of RegExp on mobile devices. ### [3.7.6](https://github.com/flutter/flutter/releases/tag/3.7.6) (Mar 01, 2023) This hotfix release addresses the following issues: * [dart/50981](https://github.com/dart-lang/sdk/issues/50981) - Improves the performance of the Dart Analysis Server by limiting the analysis context to 1. * [dart/51481](https://github.com/dart-lang/sdk/issues/51481) - Updates DDC test and builder configuration. * [flutter/114031](https://github.com/flutter/flutter/issues/114031) - Fixes a crash when using \flutter doctor --android-licenses` on macOS.` * [flutter/106674](https://github.com/flutter/flutter/issues/106674) - Fixes an issue where Flutter is unable to find the current JDK in specific versions of Android Studio. '@ $vObjs = $versionData -split '\n\r' | ForEach-Object { if ($_ -match '#+\s\[(?[0-9.]+)\]\((?.*?)\)\s\((?(?>\w|[, ])+)\)\r\n(?(?>.|\n)+)') { $ch = $Matches.Changes.Split("`n") [PSCustomObject]@{ Version = $Matches.Version Date = $Matches.Date GitHubUrl = $Matches.Url Changes = $ch[1..$ch.Length] } } } $vObjs | Format-Table

  • sdk

    The Dart SDK, including the VM, dart2js, core libraries, and more.

  • $versionData = @' ### [3.7.8](https://github.com/flutter/flutter/releases/tag/3.7.8) (Mar 22, 2023) This hotfix release addresses the following issues: * [flutter/119441](https://github.com/flutter/flutter/issues/119441) - Fixes an issue where the \Toolbar` widget is incorrectly positioned when inside of a textfield in the Appbar.` ### [3.7.7](https://github.com/flutter/flutter/releases/tag/3.7.7) (Mar 08, 2023) This hotfix release addresses the following issues: * [flutter/121256](https://github.com/flutter/flutter/issues/121256) - Fixes an issue where Android users can not use add2app because it can not locate build/host/apk/app-debug.apk. * [engine/120455](https://github.com/flutter/flutter/issues/120455) Cached DisplayList opacity inheritance fix. \* [dart/121270](https://github.com/flutter/flutter/issues/121270) \- Fixes mobile devices vm crashes caused by particular use of RegExp on mobile devices. ### [3.7.6](https://github.com/flutter/flutter/releases/tag/3.7.6) (Mar 01, 2023) This hotfix release addresses the following issues: * [dart/50981](https://github.com/dart-lang/sdk/issues/50981) - Improves the performance of the Dart Analysis Server by limiting the analysis context to 1. * [dart/51481](https://github.com/dart-lang/sdk/issues/51481) - Updates DDC test and builder configuration. * [flutter/114031](https://github.com/flutter/flutter/issues/114031) - Fixes a crash when using \flutter doctor --android-licenses` on macOS.` * [flutter/106674](https://github.com/flutter/flutter/issues/106674) - Fixes an issue where Flutter is unable to find the current JDK in specific versions of Android Studio. '@ $vObjs = $versionData -split '\n\r' | ForEach-Object { if ($_ -match '#+\s\[(?[0-9.]+)\]\((?.*?)\)\s\((?(?>\w|[, ])+)\)\r\n(?(?>.|\n)+)') { $ch = $Matches.Changes.Split("`n") [PSCustomObject]@{ Version = $Matches.Version Date = $Matches.Date GitHubUrl = $Matches.Url Changes = $ch[1..$ch.Length] } } } $vObjs | Format-Table

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts