2020-12-20 08:36:11 +01:00
|
|
|
// Copyright (c) Umbraco.
|
|
|
|
|
// See LICENSE for more details.
|
|
|
|
|
|
|
|
|
|
namespace Umbraco.Tests.UnitTests.Umbraco.ModelsBuilder.Embedded
|
2019-10-28 18:02:52 +11:00
|
|
|
{
|
|
|
|
|
public static class StringExtensions
|
|
|
|
|
{
|
2020-12-20 08:36:11 +01:00
|
|
|
public static string ClearLf(this string s) => s.Replace("\r", string.Empty);
|
2019-10-28 18:02:52 +11:00
|
|
|
}
|
|
|
|
|
}
|